-
Notifications
You must be signed in to change notification settings - Fork 172
register: add mconfigptr
register
#290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
register: add mconfigptr
register
#290
Conversation
1ecf7cf
to
f267697
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@rmsyn please fix conflicts |
f267697
to
71ca782
Compare
Not sure what happened, but it looks like there are still conflicts pending |
Adds the definition for the `mconfigptr` Machine configuration pointer CSR.
Adds basic unit tests for the `mconfigptr` CSR.
Bumps the MSRV to 1.67.0 for the name change of the integer log functions from `log` to `ilog` variants.
71ca782
to
33e17d8
Compare
Looks like I rebased on a stale |
Adds the definition for the
mconfigptr
Machine configuration pointer CSR.Adds basic unit tests for the
mconfigptr
CSR.